set propertyDescriptionList to [#pTextLineHeight: [#comment: "Text Line Height", #format: #integer, #default: 0], #pWindowHeight: [#comment: "Height of Display Window", #format: #integer, #default: 0]]
return propertyDescriptionList
end
on getBehaviorDescription
return "This behavior scrolls a text sprite in a ", window " when the behavior receives a scrollText message from arrow buttons, a scroll indicator, or the indicator's track. Set the line height and window height parameters to match the height of a line of your text and the height of the your text display area."